home *** CD-ROM | disk | FTP | other *** search
/ Collection of Tools & Utilities / Collection of Tools and Utilities.iso / batchut / ifexist.zip / TO.BAT < prev    next >
DOS Batch File  |  1987-10-05  |  305b  |  8 lines

  1. Echo Off
  2. TypeOf %1
  3. Echo  
  4. If  ErrorLevel 0  If  Not ErrorLevel 1  Echo »»»═══» I can't determine DOS!
  5. If  ErrorLevel 1  If  Not ErrorLevel 2  Echo *** Leading Edge 3.1
  6. If  ErrorLevel 2  If  Not ErrorLevel 3  Echo *** NCR Version 3.1
  7. If  ErrorLevel 3  If  Not ErrorLevel 4  Echo *** IBM Version 3.1
  8.